home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Add-Ons / After Dark / Twist 1.0b1 / FindBrowser.h < prev    next >
Text File  |  1996-07-01  |  388b  |  11 lines

  1. /* FindBrowser.h
  2.  * Look for and launch a Web browser that supports the GetURL event
  3.  * Copyright ©1996 Michael D. Crawford.  All Rights Reserved.
  4.  * You may use this code on the condition that you read the following web page:
  5.  * http://www.scruznet.com/~crawford/WordServices/wdsvindex.html
  6.  *  1 Jul 96 Mike Crawford crawford@scruznet.com
  7.  */
  8.  
  9. OSErr FindBrowser( OSType *creatorPtr );
  10.  
  11.